home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48hor1 / clock.doc < prev    next >
Text File  |  1995-03-31  |  2KB  |  39 lines

  1. >From: squires@delta.eecs.nwu.edu (Matt Squires) 
  2. Newsgroups: comp.sys.handhelds 
  3. Subject: HP48SX Analog Clock 
  4. Date: 13 Mar 90 02:36:29 GMT 
  5. Organization: Northwestern U, Evanston IL, USA 
  6.  
  7. Here is a submission for the Useless HP48SX Demo Program Archive, an 
  8. analog clock.  I execute << OFF CLOCK >> when I am done using my 48 for 
  9. a while. 
  10.  
  11. MKFACE generates FACE, the background picture.  You only need to run this 
  12. once.  It takes about 15 secs to execute (ARCs are slow).  [Note: You don't 
  13. have to run MKFACE; the disk already has FACE on it.  See NFACE on the disk 
  14. for a new, improved clock face.  -jkh-] 
  15.  
  16. Once you have a FACE, you can run CLOCK every time you want to impress your 
  17. friends.  [Just press CLOCK; it's ready to go.  -jkh-] 
  18.  
  19. Please send comments, bug fixes to squires@eecs.nwu.edu 
  20.  
  21. Matt Squires 
  22. ------------------------------------------------------------------------- 
  23. >From: prestonb@hpcvra.CV.HP.COM (Preston Brown) 
  24. Newsgroups: comp.sys.handhelds 
  25. Subject: Re: HP48SX Analog Clock 
  26. Date: 15 Mar 90 23:29:57 GMT 
  27. Organization: Hewlett-Packard Co., Corvallis, OR, USA 
  28.  
  29. To make the program work better in a control alarm I made a change in 
  30. the clock program: change {} PVIEW to { #0 #0 } PVIEW 7 FREEZE.  [Note: 
  31. this change is already implemented on the disk version of CLOCK.  -jkh-] 
  32.  
  33. You can then store  an alarm with a repeat of one min and a exec 
  34. of \<< DROP CLOCK \>>.  Then the clock will update every min.  [Note: see 
  35. ACLOCK for an implementation of this idea for a running clock, except this 
  36. one updates every second (!) and even show a second hand!  -jkh-] 
  37.  
  38. Preston 
  39.